ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / OnClientLoadedRows Property

In This Topic
    OnClientLoadedRows Property (MultiRow<T>)
    In This Topic
    Occurs after the grid rows have been bound to the data source.
    Syntax
    'Declaration
     
    Public Overridable Property OnClientLoadedRows As String
    public virtual string OnClientLoadedRows {get; set;}
    See Also